home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD Exchange
/
CD Exchange - Volume 1.iso
/
utils
/
misc
/
toolalias
/
source
/
window.h
< prev
Wrap
Text File
|
1993-02-11
|
196b
|
10 lines
/* prototypes from window.c */
BOOL ShowWindow(void);
VOID HideWindow(void);
LONG HandleIDCMP(void);
/* return codes from HandleIDCMP */
#define GUI_OKAY 0
#define GUI_QUIT 1
#define GUI_ABEND 2